type net/http.httpRange
8 uses
net/http (current package)
fs.go#L990: type httpRange struct {
fs.go#L994: func (r httpRange) contentRange(size int64) string {
fs.go#L998: func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {
fs.go#L1007: func parseRange(s string, size int64) ([]httpRange, error) {
fs.go#L1015: var ranges []httpRange
fs.go#L1027: var r httpRange
fs.go#L1091: func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
fs.go#L1103: func sumRangesSize(ranges []httpRange) (size int64) {